From 9399114802846a3878ff3f8d818bd18664285cf4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 8 Jun 2010 21:10:15 -0400 Subject: [PATCH] Remove one more gtk-doc template --- docs/reference/gdk/tmpl/dnd.sgml | 261 ------------------------------- 1 file changed, 261 deletions(-) delete mode 100644 docs/reference/gdk/tmpl/dnd.sgml diff --git a/docs/reference/gdk/tmpl/dnd.sgml b/docs/reference/gdk/tmpl/dnd.sgml deleted file mode 100644 index 7f6a8e34ca..0000000000 --- a/docs/reference/gdk/tmpl/dnd.sgml +++ /dev/null @@ -1,261 +0,0 @@ - -Drag and Drop - - -Functions for controlling drag and drop handling - - - -These functions provide a low level interface for drag and drop. -The X backend of GDK supports both the Xdnd and Motif drag and drop protocols -transparently, the Win32 backend supports the WM_DROPFILES protocol. - - -GTK+ provides a higher level abstraction based on top of these functions, -and so they are not normally needed in GTK+ applications. -See the Drag and Drop section of -the GTK+ documentation for more information. - - - - - - - - - - - - - - - - - -@context: -@Returns: - - - - - - -@context: -@time_: - - - - - - -@context: -@ok: -@time_: - - - - - - -@void: -@Returns: - - - - - - -@context: -@time_: - - - - - - -@context: -@drag_window: -@x_root: -@y_root: -@dest_window: -@protocol: - - - - - - - -@context: -@drag_window: -@screen: -@x_root: -@y_root: -@dest_window: -@protocol: - - - - - - -@window: -@targets: -@Returns: - - - - - - -@context: -@dest_window: -@protocol: -@x_root: -@y_root: -@suggested_action: -@possible_actions: -@time_: -@Returns: - - - - - - -@context: -@success: -@time_: - - - - - - -@xid: -@protocol: -@Returns: - - - - - - - -@display: -@xid: -@protocol: -@Returns: - - - - -Used in #GdkDragContext to indicate the protocol according to -which DND is done. - - -@GDK_DRAG_PROTO_MOTIF: The Motif DND protocol. -@GDK_DRAG_PROTO_XDND: The Xdnd protocol. -@GDK_DRAG_PROTO_ROOTWIN: An extension to the Xdnd protocol for - unclaimed root window drops. -@GDK_DRAG_PROTO_NONE: no protocol. -@GDK_DRAG_PROTO_WIN32_DROPFILES: The simple WM_DROPFILES protocol. -@GDK_DRAG_PROTO_OLE2: The complex OLE2 DND protocol (not implemented). -@GDK_DRAG_PROTO_LOCAL: Intra-application DND. - - - -A GdkDragContext holds information about a -drag in progress. It is used on both source and destination sides. - - -@parent_instance: the parent instance - - - -Used in #GdkDragContext to indicate what the destination -should do with the dropped data. - - -@GDK_ACTION_DEFAULT: Means nothing, and should not be used. -@GDK_ACTION_COPY: Copy the data. -@GDK_ACTION_MOVE: Move the data, i.e. first copy it, then delete - it from the source using the DELETE target of the X selection protocol. -@GDK_ACTION_LINK: Add a link to the data. Note that this is only - useful if source and destination agree on what it means. -@GDK_ACTION_PRIVATE: Special action which tells the source that the - destination will do something that the source doesn't understand. -@GDK_ACTION_ASK: Ask the user what to do with the data. - - - - - -@context: -@action: -@time_: - - - - - - - -@context: -@Returns: - - - - - - - -@context: -@Returns: - - - - - - - -@context: -@Returns: - - - - - - - -@context: -@Returns: - - - - - - - -@context: -@Returns: - - - - - - - -@context: -@Returns: - - - - - - - -@context: -@device: - - -- 2.30.2